.br-header {
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
}

.br-header::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4px;
    width: 3px;
    background-color: #fff;
    z-index: 1040;
}

@media (min-width: 992px) {
    .br-header {
        left: 230px;
    }
}

.br-header-left {
    display: flex;
}

.br-header-left .form-control,
.br-header-left .dataTables_filter input,
.dataTables_filter .br-header-left input {
    border: 0;
    border-radius: 0;
    padding: 0 20px;
}

.br-header-left .input-group-btn {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.br-header-left .input-group-btn .btn,
.br-header-left .input-group-btn .sp-container button,
.sp-container .br-header-left .input-group-btn button {
    background-color: #fff;
    border-radius: 0;
    border: 0;
    color: #868e96;
    padding-left: 20px;
    padding-right: 20px;
}

.br-header-left .input-group-btn .btn:focus,
.br-header-left .input-group-btn .sp-container button:focus,
.sp-container .br-header-left .input-group-btn button:focus,
.br-header-left .input-group-btn .btn:active,
.br-header-left .input-group-btn .sp-container button:active,
.sp-container .br-header-left .input-group-btn button:active {
    color: #343a40;
    box-shadow: none;
}

.br-header-right {
    display: flex;
    align-items: center;
}

.br-header-right a {
    color: #868e96;
}

.br-header-right a:hover,
.br-header-right a:focus {
    color: #343a40;
}

.br-header-right .dropdown:last-child .dropdown-menu {
    padding: 0 10px 10px;
}

.navicon-left {
    width: 60px;
    height: 60px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.navicon-left a {
    color: #868e96;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
}

.navicon-left a:hover,
.navicon-left a:focus {
    color: #343a40;
}

@media (max-width: 479px) {
    .br-header-right .dropdown:first-child .dropdown-menu {
        transform: translateX(145px) !important;
    }
    .br-header-right .dropdown:nth-child(2) .dropdown-menu {
        transform: translateX(113px) !important;
    }
    .br-header-right .dropdown:last-child .dropdown-menu {
        transform: translateX(49px) !important;
    }
}

.br-sideleft {
    position: fixed;
    top: 60px;
    left: -230px;
    bottom: 0;
    z-index: 100;
    width: 230px;
    background-color: #1D2939;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
    .br-sideleft {
        left: 0;
    }
}

.br-sideleft .ps__scrollbar-y-rail {
    visibility: hidden;
}

.br-logo {
    position: fixed;
    top: 0;
    left: -230px;
    width: 230px;
    height: 60px;
    background-color: #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 24px;
    font-weight: 700;
    padding: 0 20px;
    display: flex;
    align-items: center;
    z-index: 1030;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
    .br-logo {
        left: 0;
    }
}

.br-logo>a {
    color: #212529;
    letter-spacing: -0.5px;
}

.br-logo>a i {
    font-style: normal;
    font-weight: 500;
    color: #17a2b8;
}

.br-logo>a span {
    font-weight: 300;
    color: #00b297;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

.br-logo>a span:first-child {
    padding-right: 2px;
}

.br-logo>a span:last-child {
    padding-left: 2px;
}

.br-logo>a:hover,
.br-logo>a:focus {
    text-decoration: none;
}

.br-logo>a:hover span:first-child,
.br-logo>a:focus span:first-child {
    transform: translateX(-5px);
}

.br-logo>a:hover span:last-child,
.br-logo>a:focus span:last-child {
    transform: translateX(5px);
}

.br-sideleft-menu {
    transition: all 0.2s ease-in-out;
}

.sidebar-label {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
    color: #fff;
    letter-spacing: 1px;
    opacity: .3;
    white-space: nowrap;
}

.br-menu-link {
    color: #adb5bd;
    display: block;
    font-size: 14px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
}

.br-menu-link:hover,
.br-menu-link:focus {
    color: #fff;
    background-color: #18222f;
}

.br-menu-link:focus,
.br-menu-link:active {
    outline: none;
}

.br-menu-link.show-sub {
    background-color: #141d28;
    color: #fff;
}

.br-menu-link.active {
    background-color: #00b297;
    color: #fff;
}

.br-menu-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    height: 40px;
    letter-spacing: 0.2px;
    font-size: .85rem;
}

.menu-item-icon {
    width: 18px;
    transition: all 0.2s ease-in-out;
}

.menu-item-label {
    white-space: nowrap;
    margin-left: 10px;
    margin-right: auto;
}

.menu-item-label,
.menu-item-arrow {
    transition: all 0.2s ease-in-out;
}

.br-menu-sub {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 27px;
    background-color: #1a2432;
    display: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.br-menu-sub .nav-link {
    font-size: 13px;
    color: #adb5bd;
    padding-top: 7px;
    padding-bottom: 7px;
    white-space: nowrap;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.br-menu-sub .nav-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    margin-top: -.5px;
    width: 5px;
    height: 1px;
    background-color: #fff;
    opacity: .5;
    transition: all 0.2s ease-in-out;
}

.br-menu-sub .nav-link:hover,
.br-menu-sub .nav-link:focus {
    color: #17A2B8;
}

.br-menu-sub .nav-link:hover::before,
.br-menu-sub .nav-link:focus::before {
    width: 20px;
    left: -15px;
    opacity: 1;
    background-color: #17A2B8;
}

.br-menu-sub .nav-link.active {
    color: #17a2b8;
}

.br-menu-sub .nav-link.active::before {
    width: 20px;
    left: -15px;
    opacity: 1;
    background-color: #17A2B8;
}

@media (min-width: 992px) {
    .collapsed-menu .br-logo {
        left: -230px;
    }
    .collapsed-menu .br-header {
        left: 0;
    }
    .collapsed-menu .br-sideleft {
        width: 60px;
    }
    .collapsed-menu .br-mainpanel {
        margin-left: 60px;
    }
    .collapsed-menu .menu-item-icon {
        transform: translateX(-4px);
    }
    .collapsed-menu .br-sideleft .sidebar-label {
        visibility: hidden;
    }
    .collapsed-menu .info-list {
        display: none;
    }
    .collapsed-menu .br-contentpanel {
        margin-left: 290px;
    }
}

@media (min-width: 992px) {
    .expand-menu .br-sideleft .sidebar-label {
        visibility: visible;
    }
    .expand-menu .br-sideleft {
        width: 230px;
    }
    .expand-menu .info-list {
        display: block;
    }
}

.br-sideright {
    position: fixed;
    top: 0;
    right: -280px;
    bottom: 0;
    z-index: 2000;
    width: 280px;
    background-color: #1D2939;
    transition: all 0.2s ease-in-out;
}

.br-sideright .tab-pane .ps__scrollbar-y-rail {
    visibility: hidden;
}

@media (max-width: 991px) {
    .show-left .br-header,
    .show-left .br-mainpanel {
        transform: translateX(230px);
    }
    .show-left .br-logo,
    .show-left .br-sideleft {
        left: 0;
        z-index: 2000;
    }
    .show-left .menu-item-label {
        display: block !important;
        opacity: 1 !important;
    }
    .show-left .br-contentpanel {
        transform: translateX(230px);
    }
}

.show-right .br-logo,
.show-right .br-sideleft,
.show-right .br-header,
.show-right .br-mainpanel,
.show-right .br-subleft,
.show-right .br-contentpanel {
    transform: translateX(-280px);
}

.show-right .br-sideright {
    right: 0;
}

.show-left,
.show-right {
    overflow: hidden;
}

.show-left::before,
.show-right::before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    background-color: rgba(29, 41, 57, 0.25);
}

@media (min-width: 992px) {
    .show-left::before {
        display: none;
    }
}

.show-left.show-right::before {
    display: block;
}

.sidebar-tabs {
    height: 60px;
    background-color: #18222f;
    border-bottom: 0;
}

.sidebar-tabs .nav-item {
    margin-bottom: 0;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sidebar-tabs .nav-link {
    color: #868e96;
    border: 0;
    padding: 13px 24px;
    border-radius: 0;
}

.sidebar-tabs .nav-link.active {
    background-color: #1D2939;
    color: #00b297;
}

.br-mainpanel {
    margin-left: 0;
    margin-top: 60px;
    transition: all 0.2s ease-in-out;
}

@media (min-width: 992px) {
    .br-mainpanel {
        margin-left: 230px;
    }
}

.br-pagebody {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .br-pagebody {
        padding: 0 30px;
    }
}

.wd-200 {
    width: 200px;
}

.w-10 {
    width: 10%;
}

.wd-170 {
    width: 170px;
}

.transition {
    transition: all 0.2s ease-in-out;
}

.navicon-right {
    display: flex;
    width: 60px;
    height: 60px;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    align-items: center;
    justify-content: center;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.logged-name {
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
}